/* IMPORT */

@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;300&family=Rajdhani:wght@300&display=swap');

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}


/* ------ */


/* GENERIC */

body {
    background-color: #faf8f6;
    font-family: 'Prompt', sans-serif;
}

.btn,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a:hover {
    text-decoration: none !important;
}

.btn:focus,
.form-control:focus {
    box-shadow: none !important;
    border-color: inherit;
}

.form-control {
    border-radius: 0px !important;
    box-shadow: none !important
}

.no-display {
    display: none !important;
}

.hiddenElement {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}
textarea {
    resize: none;
}

::placeholder {
    font-size: 14px
}

.wrong-input {
    border: 2px solid red;
}

.no-padding {
    padding: 0px !important
}

.div-border {
    padding: 5px 0px 0px;
    border-bottom: 1px solid rgb(219, 219, 219);
    margin-bottom: 10px;
}

.border-grey {
    border-color: #EEE;
}

.fill-height {
    height: 100%
}

/* ------ */

/* HEADERS */

.pongo_header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.pongo_header svg {
    position: relative;
    display: block;
    width: calc(174% + 1.3px);
    height: 126px;
}

.pongo_header .shape-fill {
    fill: #FAF8F6;
}

.pongo_header-article {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.pongo_header-article svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.pongo_header-article .shape-fill {
    fill: #faf8f6;
}

/* ------ */

/* TYPOGRAPHY */

p,
h1,
h2,
h3,
h4,
h5 {
    color: #000000;
}

.bold {
    font-weight: bold;
}


/* ------ */


/* COLORS */

/* Text */
.txt-muted {
    color: #7a7a7a
}

.txt-black {
    color: #000000;
}

.txt-pongo {
    color: #d70185;
}

.txt-dark-link {
    color: #16181b !important;
}

.txt-light-link {
    color: rgb(204, 204, 204) !important;
}

/* Links hover*/

a.txt-pongo-link:hover {
    color: #d70185 !important;
    text-decoration: none !important;
}

a.txt-light-link:hover {
    color: whitesmoke !important;
    text-decoration: none !important;
}

/* ------ */


/* BACKGROUNDS */

.bg-pongo-dark {
    background-color: #3c3c3b !important;
}

.bg-pongo-light {
    background-color: #f0f0f0ce !important
}

.bg-pongo-gray {
    background-color: #5a5a5a
}

/* ------ */


/* BUTTONS */

.btn-pongo {
    background-color: #d70185;
    color: white;
}

.btn-nexi {
    background-color: #2d32a9 !important;
    color: white !important;
}

.btn-paypal {
    background-color: #ffffff !important;
    color: black !important;
}

.btn-bank {
    background-color: #0e9aad !important;
    color: rgb(255, 255, 255) !important;
}

.btn-round {
    border-radius: 50%;
}

/* SPECIAL BUTTON */


/* ------ */


/* NAVIGATION */

.navbar-pongo .navbar-nav .nav-item .dropdown-menu {
    background-color: #3c3c3b !important;
    border-radius: 0px !important;
    border: none !important;
    padding-top: 21px;
    padding-bottom: 0px;
}

.navbar-pongo .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: white !important;
    padding: 10px 20px;
}

.navbar-pongo .navbar-nav .nav-item .dropdown-item:focus,
.navbar-pongo .navbar-nav .nav-item .dropdown-item:hover {
    color: #16181b !important;
    text-decoration: none;
    background-color: #e9ecef;
}

/* ------ */


/* TABS */
.pongo-tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
}

.pongo-tabs [class^="tab"] label,
.pongo-tabs [class*=" tab"] label {
    color: #8b8b8b;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center;
}

.pongo-tabs [class^="tab"] [type="radio"],
.pongo-tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(165, 165, 165, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pongo-tabs [class^="tab"] [type="radio"]:hover,
.pongo-tabs [class^="tab"] [type="radio"]:focus,
.pongo-tabs [class*=" tab"] [type="radio"]:hover,
.pongo-tabs [class*=" tab"] [type="radio"]:focus {
    border-bottom: 1px solid #d70185;
}

.pongo-tabs [class^="tab"] [type="radio"]:checked,
.pongo-tabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 2px solid #d70185;
}

.pongo-tabs [class^="tab"] [type="radio"]:checked+div,
.pongo-tabs [class*=" tab"] [type="radio"]:checked+div {
    opacity: 1;
}

.pongo-tabs [class^="tab"] [type="radio"]+div,
.pongo-tabs [class*=" tab"] [type="radio"]+div {
    display: block;
    opacity: 0;
    padding: 2rem 0;
    width: 90%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pongo-tabs .tab-2 {
    width: 50%;
}

.pongo-tabs .tab-2 [type="radio"]+div {
    width: 200%;
    margin-left: 200%;
}

.pongo-tabs .tab-2 [type="radio"]:checked+div {
    margin-left: 0;
}

.pongo-tabs .tab-2:last-child [type="radio"]+div {
    margin-left: 100%;
}

.pongo-tabs .tab-2:last-child [type="radio"]:checked+div {
    margin-left: -100%;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #d70185;
    border-color: #d70185;
}

.pongo-tabs-2 {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    /*padding: 50px;*/
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    min-width: 240px;
}

.pongo-tabs-2 input[name=tab-control] {
    display: none;
}

.pongo-tabs-2 .content section h2,
.pongo-tabs-2 ul li label {
    font-weight: bold;
    font-size: 18px;
    color: #d70185;
}

.pongo-tabs-2 ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.pongo-tabs-2 ul li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.pongo-tabs-2 ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pongo-tabs-2 ul li label br {
    display: none;
}

.pongo-tabs-2 ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}

.pongo-tabs-2 ul li label:hover,
.pongo-tabs-2 ul li label:focus,
.pongo-tabs-2 ul li label:active {
    outline: 0;
    color: #bec5cf;
}

.pongo-tabs-2 ul li label:hover svg,
.pongo-tabs-2 ul li label:focus svg,
.pongo-tabs-2 ul li label:active svg {
    fill: #bec5cf;
}

.pongo-tabs-2 .slider {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.pongo-tabs-2 .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #d70185;
    border-radius: 1px;
}

.pongo-tabs-2 .content {
    margin-top: 30px;
}

.pongo-tabs-2 .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.pongo-tabs-2 .content section h2 {
    color: #d70185;
    display: none;
    text-align: left !important;
}

.pongo-tabs-2 .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #d70185;
    margin-top: 5px;
    left: 1px;
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #d70185;
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #d70185;
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(1):checked~.slider {
    transform: translateX(0%);
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #d70185;
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #d70185;
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(2):checked~.slider {
    transform: translateX(100%);
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #d70185;
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #d70185;
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(3):checked~.slider {
    transform: translateX(200%);
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: #d70185;
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #d70185;
}


.pongo-tabs-2 input[name=tab-control]:nth-of-type(4):checked~.slider {
    transform: translateX(300%);
}

.pongo-tabs-2 input[name=tab-control]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}


.slider-2x {
    width: 50% !important;
}

/* ------ */


/* TIMELINE */

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline-item {
    padding-top: 36px;
    padding-left: 40px;
    position: relative;
}

.timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-content {
    margin-top: -30px;
    margin-left: 100px;
    margin-right: 0;
}

.timeline-marker:before {
    z-index: 99;
    background: #fb527a;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
    height: 170px;
    content: "";
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 6px;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    line-height: inherit;
    margin-bottom: 30px;
    font-weight: 600;
}


/* ------ */

/* RIBBON */

.ribbon {
    width: 150px;
    height: 135px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    border: 5px solid #a00063;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #cf007f;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 15px;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -15px;
    top: 18px;
    transform: rotate(45deg);
}

/* ------ */

/* DROPZONE */
.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 140px;
    border: 2px dashed #d70185;
    background: white;
    padding: 20px 20px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

/* ------ */

/* CAROUSEL */

.carousel-product-background {
    background-color: #f8ecf8ce !important
}

.carousel-product-main {
    padding-top: 80px;
    padding-bottom: 80px
}

.carousel-product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(203, 225, 238, 0.3)
}

.carousel-product-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.carousel-product-container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 40px
}

.carousel-product-main-title {
    padding-right: 50px
}

.carousel-product-main-subtitle {
    margin-top: 17px
}

.carousel-product-main-subtitle p:last-child {
    margin-bottom: 0px
}

.carousel-product-slider-nav {
    margin-top: 27px
}

.carousel-product-nav {
    display: inline-block;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: #cf007f;
}

.carousel-product-nav:last-child {
    margin-right: 0px
}

.carousel-product-nav i {
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.carousel-product-nav:hover i {
    color: #474747
}

.carousel-product-item {
    background: #FFFFFF;
    border-radius: 1px;
    padding: 25px
}

.carousel-product-img {
    width: 100%;
    height: 212px
}

.carousel-product-img img {
    width: auto !important;
    max-width: 100% !important
}

.carousel-product-category a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5)
}

.carousel-product-category a:hover {
    color: #0e8ce4
}

.carousel-product-content {
    margin-top: 24px
}

.carousel-product-name {
    float: left
}

.carousel-product-name a {
    font-size: 16px;
    color: #000000
}

.carousel-product-name a:hover {
    color: #0e8ce4
}

.carousel-product-price {
    font-size: 16px;
    font-weight: 500;
    float: right
}

.carousel-product-fav {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer
}

.carousel-product-fav.active {
    visibility: visible;
    opacity: 1
}

.carousel-product-fav:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3)
}

.carousel-product-item:hover .carousel-product-fav {
    visibility: visible;
    opacity: 1;
    top: 18px
}

.carousel-product-fav i {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #cccccc;
    line-height: 36px;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.carousel-product-fav.active i {
    color: red
}

.carousel-product-item:hover .carousel-product-fav {
    visibility: visible;
    opacity: 1
}

.carousel-product-marks {
    position: absolute;
    left: 18px;
    top: 18px
}

.carousel-product-mark {
    display: none;
    width: 36px;
    height: 36px;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 36px;
    text-align: center
}

.carousel-product-discount {
    background: #df3b3b
}

.carousel-product-item.discount .carousel-product-discount,
.carousel-product-item.is_new .carousel-product-new {
    display: block
}

.carousel-product-new {
    background: #0e8ce4
}

@media only screen and (max-width: 991px) {
    .carousel-product-slider-container {
        margin-top: 15px
    }
}

/* ------ */


/* CHECKBOX */

.pongo_checkbox {
    margin: 0;
    border-radius: 50%;
    position: relative;
}

.pongo_checkbox input[type=checkbox] {
    margin: 0;
    visibility: hidden;
    left: 7px;
    top: 7px;
}

.pongo_checkbox label {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: 5px solid #666;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
    cursor: pointer;
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pongo_checkbox label:hover {
    border-width: 7px;
}

.pongo_checkbox input[type=checkbox]:checked+label {
    background-color: #e0166a;
    border: 7px solid #e0166a;
    box-shadow: none;
}

.pongo_checkbox label:before,
.pongo_checkbox label:after {
    content: "";
    background: #fff;
    width: 4px;
    height: 18px;
    opacity: 0;
    transform: translateX(-50%) rotate(55deg);
    position: absolute;
    left: 160%;
    top: -10px;
    transition: all 0.2s ease 0s;
}

.pongo_checkbox label:after {
    height: 10px;
    transform: translateX(-50%) rotate(-33deg);
    left: -35%;
    top: -6px;
}

.pongo_checkbox input[type=checkbox]:checked+label:before {
    opacity: 1;
    transform: translateX(-50%) rotate(55deg);
    left: 62%;
    top: 0px;
}

.pongo_checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: translateX(-50%) rotate(-33deg);
    left: 12%;
    top: 6px;
}

/* ------ */


/* MODALS */

.modal-content {
    border-radius: 0px !important;
}

/* ------ */


/* CARDS */

.pongo_card {
    border: 0px;
    border-radius: 0px;
    background-color: white;
    margin-bottom: 15px !important;
}


/* ------ */


/* BADGES */

.badge-pongo {
    color: #fff;
    background-color: #b90072;
}


/* ------ */
/* ICON */

.social ul {
    padding: 0;
    padding: 20px 0px;
}

.social ul li {
    margin: 0px 8px;
    list-style: none;
    display: inline;
}

.social ul li a {
    padding: 10px 14px;
    background: #d3d4dc;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.social ul li a i {
    padding: 20px 0px;
}

.fas.fa-circle {
    font-size: 12px
}

/* ----- */

/* ------PAGES------ */


/* Page Cart */

.pongo_cart .block-heading {
    padding: 40px 0px 5px 0px;
    /* margin-bottom: 40px; */
    text-align: center;
}

.pongo_cart .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
}

.pongo_cart .dark .block-heading p {
    opacity: 0.8;
}

.pongo_cart .items {
    margin: auto;
}

.pongo_cart .items .product {
    margin-bottom: 20px;
    padding-top: 10px;
}

.pongo_cart .items .product .info {
    padding-top: 0px;
    text-align: center;
}

.pongo_cart .items .product .info .product-name {
    font-weight: 600;
}

.pongo_cart .items .product .info .product-name .product-info {
    font-size: 14px;
    margin-top: 15px;
}

.pongo_cart .items .product .info .product-name .product-info .value {
    font-weight: 400;
}

.pongo_cart .items .product .info .quantity .quantity-input {
    margin: auto;
    width: 80px;
}

.pongo_cart .items .product .info .price {
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}

.pongo_cart .summary {
    background-color: #5a5a5a;
    height: 100%;
    color: white;
}

.pongo_cart .summary h3 {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pongo_cart .summary .summary-item:not(:last-of-type) {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.527);
}

.pongo_cart .summary .text {
    font-size: 1em;
    font-weight: 600;
}

.pongo_cart .summary .price {
    font-size: 1em;
    float: right;
}

.pongo_cart .summary button {
    margin-top: 20px;
}

.pongo_cart .product-name a {
    color: #e0166a;
}

.pongo_cart .summary .info-summary {
    position: fixed;
    width: 25%;
    border-top: 5px solid #e0166a !important;
    padding: 45px;
}


/* ------ */


/* Page Checkout */

.pongo_checkout .box-right {
    padding: 25px;
}

.pongo_checkout .box-left {
    padding: 20px 20px;
    border: 1px solid lightgray;
    background-color: white;
}

.pongo_checkout .fas,
.pongo_checkout .far {
    cursor: pointer
}

.pongo_checkout .list-group-item {
    padding: 0.5rem 0.25rem !important;
}

.pongo_checkout input[type=radio] {
    display: none;
}

.pongo_checkout input[type=radio]:not(:disabled)~label {
    cursor: pointer;
}

.pongo_checkout input[type=radio]:disabled~label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed;
}

.pongo_checkout .shipping-address {
    height: 100%;
    display: block;
    background: white;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0px;
    position: relative;
}

.pongo_checkout input[type=radio]:checked+label {
    background: #d70185;
    color: white;
}

.pongo_checkout input[type=radio]:checked+label::after {
    color: #d70185;
    border: 2px solid #d70185;
    font-family: FontAwesome;
    content: "\f08d";
    font-size: 19px;
    position: absolute;
    top: -16px;
    right: -7px;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);
}

.pongo_checkout .form-group label {
    font-size: 13px;
}

.pongo_checkout a.add-shipping-address {
    color: lightgray;
}

.pongo_checkout a.delete-shipping-address {
    color: #b11010;
    border: 2px solid #d70185;
    border-radius: 50%;
    padding: 1px 5px;
    background: white;
    font-size: 12px;
    position: relative;
    bottom: 19px;
    right: 17px;
    z-index: 99;
}

.pongo_checkout .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: transparent !important;
}


/* ------ */


/* Page Gift Card */

.pongo_gift-card img {
    max-width: 100%;
    vertical-align: top;
}

.pongo_gift-card .gallery {
    display: flex;
    margin: 10px auto;
    max-width: 600px;
    /* position: relative; */
    padding-top: 61.666667%;
}


.pongo_gift-card .gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.pongo_gift-card .gallery-thumb {
    padding-top: 6px;
    /* margin: 6px; */
    display: inline;
}

.pongo_gift-card .gallery-thumb img {
    width: 15%;
    margin-top: 6px;
}

.pongo_gift-card .gallery-selector {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.pongo_gift-card .gallery-selector:checked+.gallery-img {
    opacity: 1;
}

.pongo_gift-card .gallery-selector:checked~.gallery-thumb>img {
    box-shadow: 0 0 0 3px #d70185;
}

.pongo_gift-card .radio-container {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
    padding: 5px;
}

.pongo_gift-card .radio-container label {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: 0.2s all ease-in-out;
    width: 80px;
}

.pongo_gift-card .radio-container input[type=radio] {
    display: none;
}

.pongo_gift-card .radio-container input[type=radio]:checked+label {
    background: #d70185;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* ------ */


/* Page Profile */

.pongo_profile .border-right {
    border-right: 1px solid #dee2e6 !important;
}

.pongo_profile .labels {
    font-size: 11px
}

.pongo_profile .profile-img {
    text-align: center;
}

.pongo_profile .profile-img img {
    width: 70%;
    height: 100%;
}

.pongo_profile .profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 40%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}

.pongo_profile .profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.pongo_profile .profile-img {
    background-image: url([[imgprofile]]);
    height: 200px;
    width: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid white;
}

.pongo_profile .username {
    height: 110vh;
}


/* ------ */



/* Page Article */

.pongo_article-page .recent-articles {
    height: fit-content;
}

.pongo_article-page .recent-articles h4 {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    color: var(--orangedark);
}

.pongo_article-page .recent-articles .data {
    margin-bottom: 0;
    font-size: 10px;
    color: var(--gray9);
}

.pongo_article-page .overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 85%;
    background: linear-gradient(to bottom, #3c3c3b, #3c3c3b 1%, rgb(0 0 0 / 58%) 15%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}

.pongo_article-page .social {
    text-align: center;
}

.pongo_article-page .user-comment {
    background-color: #ebebeb;
    padding: 20px;
    border-radius: 10px;
}

/* ------ */


/* Page News */
.pongo_news .blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    border-radius: 0px;
    overflow: hidden;
    z-index: 0;
}

.pongo_news .blog-card a {
    color: inherit;
}

.pongo_news .blog-card a:hover {
    color: #d70185;
}

.pongo_news .blog-card:hover .photo {
    transform: scale(1.3) rotate(3deg);
}

.pongo_news .blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
}

.pongo_news .blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
}

.pongo_news .blog-card .details,
.pongo_news .blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.pongo_news .blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
}

.pongo_news .blog-card .details a {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline;
}

.pongo_news .blog-card .details ul li {
    display: inline-block;
}

.pongo_news .blog-card .details .tags ul:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 10px;
}

.pongo_news .blog-card .details .tags li {
    margin-right: 2px;
}

.pongo_news .blog-card .details .tags li:first-child {
    margin-left: -4px;
}

.pongo_news .blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

.pongo_news .blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
}

.pongo_news .blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
}

.pongo_news .blog-card .description .read-more {
    text-align: right;
}

.pongo_news .blog-card .description .read-more a {
    color: #d70185;
    display: inline-block;
    position: relative;
}

.pongo_news .blog-card .description .read-more a:after {
    content: "";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
}

.pongo_news .blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.pongo_news .blog-card p {
    position: relative;
    margin: 1rem 0 0;
}

.pongo_news .blog-card p:first-of-type {
    margin-top: 1.25rem;
}

.pongo_news .blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #d70185;
    width: 35px;
    top: -0.75rem;
    border-radius: 0px;
}

.pongo_news .blog-card:hover .details {
    left: 0%;
}



/* ------ */

/* Page Products */

.pongo_products div.owl-stage-outer {
    display: inherit;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pongo_products div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pongo_products section {
    display: block;
    position: relative;
    box-sizing: border-box
}

/* ------ */

/* Page Product */

.pongo_product-page #product_subtractQuantity,
.pongo_product-page #product_addQuantity {
    border: 1px solid #c00076;
    color: #c00076;
    border-radius: 50%;
}

.pongo_product-page #product_subtractQuantity:hover,
.pongo_product-page #product_addQuantity:hover {
    border: 1px solid #c00076;
    background-color: #c00076;
    color: white;
}

.pongo_product-page #product_btnAddToCart {
    border: 1px solid #16181b;
    border-radius: 0px;
}

.pongo_product-page #product_btnAddToCart:hover {
    border: 1px solid #16181b;
    background-color: #16181b;
    color: white;
}

.pongo_product-page #product_btnSearch {
    border: 1px solid black;
    border-radius: 0px;
}

.pongo_product-page .gallery {
    display: flex;
    margin: 10px auto;
    max-width: 400px;
    position: relative;
    padding-top: 148.666667%;
}


/* @media screen and (min-width: 600px) {
    .gallery {
        padding-top: 400px;
    }
} */
.pongo_product-page img {
    max-width: 100%;
    vertical-align: top;
}

.pongo_product-page .gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    max-width: 100%;
    transition: opacity 0.3s ease-in-out;
}

.pongo_product-page .gallery-thumb {
    padding-top: 6px;
    margin: 6px;
    display: block;
    cursor: pointer;
}

.pongo_product-page .gallery-selector {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.gallery-item {
    width: 75px;
}

.pongo_product-page .gallery-selector:checked+.gallery-img {
    opacity: 1;
}

.pongo_product-page .gallery-selector:checked~.gallery-thumb>img {
    box-shadow: 0 0 0 3px #cf007f;
}

.product_img1,
.product_img2,
.product_img3,
.product_img4,
.product_img5 {}

.product_title {}

#product_reviewsContainer {
    margin-bottom: 20px;
}

.star-rating li {
    padding: 0;
}

.star-rating i {
    font-size: 14px;
    color: #ffc000;
}

.pongo_product-page .reviewsContainer .generic_content .generic_feature_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.pongo_product-page .reviewsContainer .generic_content .generic_feature_list::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.pongo_product-page .reviewsContainer .generic_content .generic_feature_list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    background-color: #555;
}

.pongo_product-page .reviewsUserImg {
    border-radius: 50%;
}

.pongo_product-page .reviewsUserName {
    font-weight: bold;
    font-size: 13px;
}

.pongo_product-page .reviewsCommentDate {
    font-size: 11px;
    color: #afafaf;
}

.pongo_product-page .reviewsComment {
    font-size: 13px;
}

.pongo_product-page .reviewsContainer {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}



/* ------ */


/* Page Licence */


/* ------ */


/* ------------------ */


/* MEDIA QUERY */



@media (max-width: 1000px) {
    .pongo-tabs-2 ul li label {
        white-space: initial;
    }

    .pongo-tabs-2 ul li label br {
        display: initial;
    }

    .pongo-tabs-2 ul li label svg {
        height: 1.5em;
    }
}

@media (max-width: 600px) {
    .pongo-tabs-2 ul li label {
        padding: 5px;
        border-radius: 5px;
    }

    .pongo-tabs-2 ul li label span {
        display: none;
    }

    .pongo-tabs-2 .slider {
        display: none;
    }

    .pongo-tabs-2 .content {
        margin-top: 20px;
    }

    .pongo-tabs-2 .content section h2 {
        display: block;
    }
}

@media (max-width: 600px) {
    .pongo-tabs-2 input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

@media (max-width: 600px) {
    .pongo-tabs-2 input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

@media (max-width: 600px) {
    .pongo-tabs-2 input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

@media (max-width: 600px) {
    .pongo-tabs-2 input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

@media (min-width: 640px) {
    .pongo_news .blog-card {
        flex-direction: row;
        /* max-width: 700px; */
    }

    .pongo_news .blog-card .meta {
        flex-basis: 40%;
        height: auto;
    }

    .pongo_news .blog-card .description {
        flex-basis: 60%;
    }

    .pongo_news .blog-card .description:before {
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .pongo_news .blog-card.alt {
        flex-direction: row-reverse;
    }

    .pongo_news .blog-card.alt .description:before {
        left: inherit;
        right: -10px;
        transform: skew(3deg);
    }

    .pongo_news .blog-card.alt .details {
        padding-left: 25px;
    }
}

@media only screen and (max-width:767px) {
    .checkbox {
        margin: 0 0 20px;
    }
}

@media (min-width: 768px) {
    .pongo_cart .items .product .info {
        padding-top: 25px;
        text-align: left;
    }

    .pongo_cart .items .product .info .price {
        font-weight: bold;
        font-size: 22px;
        top: 17px;
    }

    .pongo_cart .items .product .info .quantity {
        text-align: center;
    }

    .pongo_cart .items .product .info .quantity .quantity-input {
        padding: 4px 10px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .pongo_cart .summary .info-summary {
        position: relative !important;
        width: 100% !important;
        border-top: 5px solid #e0166a !important;
        padding: 45px !important;
    }

    .order-name {
        font-size: 22px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline-marker:after {
        height: 350px;
    }
}

@media only screen and (max-width: 700px) {
    section {
        flex-direction: column;
    }
}

@media(max-width:320px) {
    .h8 {
        font-size: 11px
    }

    .h7 {
        font-size: 13px
    }

    ::placeholder {
        font-size: 10px
    }
}

@media only screen and (max-width: 700px) {
    .gallery-img {
        position: absolute;
        top: 0;
        left: 20%;
        opacity: 0;
        max-width: 78%;
        transition: opacity 0.3s ease-in-out;
        padding-top: 10px;
    }

    .gallery {
        display: flex;
        margin: 10px auto;
        max-width: 400px;
        position: relative;
        padding-right: 85.666667% !important;
        padding-top: 0% !important;
        margin-bottom: 30px;
    }

    .gallery-item {
        width: 56px
    }

    .pongo_header {
        display: none;
    }

    .product_page {
        margin-top: 22%;
    }

    .reviewsUserImg {
        width: 40px;
    }
}

/* ------ */

/* ANIMATIONS */

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

/* ------ */